home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 1998 June / SGI IRIX 6.5 Applications 1998 June.iso / dist / netwr_client.idb / etc / netware.ini.z / netware.ini
INI File  |  1998-05-06  |  1KB  |  54 lines

  1. #
  2. # There are 3 important sections for each server:
  3. # They are:
  4. #     [ServerName]
  5. #     [ServerName_Users]
  6. #    [ServerName_Groups]
  7. # There is one general section:
  8. #    [DefaultPrinter]
  9. #
  10. # Format of the ServerName Section:
  11. #    [ServerName]
  12. #    WorldID=<Netware_Group_Name>
  13. #
  14. #    This section is used to translate world permissions on
  15. #    on a file. If world has priveleges on a file. Then a netware
  16. #    trustee <Netware_Group_Name> is added.
  17. #
  18. # Format in users section is
  19. #     [ServerName_Users]     (Section Name)
  20. #
  21. #     unix-user1=netware-user1
  22. #     unix-user2=netware-user2
  23. #
  24. #    This section is used to translate unix-user names to netware-users
  25. #    Files will have the UIDs set based on this translation. An additional
  26. #    translation is also added (based on login).
  27. #
  28. # Format of the Group Section is:
  29. #     [ServerName_Groups]    (Section Name used for group translations)
  30. #     unix-group1=netware_group1
  31. #     unix-group2=netware_group2
  32. #
  33. # Format of the Printing Section:
  34. #     [DefaultPrinter]    (Section for printing to netware)
  35. #     Server=<SeverName>
  36. #     PrintQ=<Queue-Name>
  37. #
  38. #    This section is used for printing to the netware print q's. This
  39. #    Section represents a default Server, and the default queue.
  40. #
  41. [Icewarrior_Users]
  42. narayan=narayan
  43. root=supervisor
  44. lp=gmathew
  45.  
  46. [Icewarrior_Groups]
  47. sales=other
  48. marketing=mail
  49. r+d=engineering
  50.  
  51. [DefaultPrinter]
  52. Server=icewarrior
  53. PrintQ=fastport
  54.